Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CREATE DATA-SOURCE statement
Creates a data-source object dynamically at run time.
Syntax
data-source-handleA variable of type HANDLE that represents the handle of the dynamic data-source object.
IN WIDGET-POOLwidget-pool-nameAn expression of type CHARACTER that evaluates, at run time, to the name of the widget pool in which the dynamic data-source object is created.
Note: Widget pool names are not case-sensitive.Note
If you do not specify a widget pool name, the dynamic data-source object is created in the closest unnamed widget-pool, by default. The object goes away when its widget pool goes away or when you delete it using the DELETE OBJECT statement.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |